﻿.footer {
  background-image: url(/Content/Areas/Common/images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer_In {
  width: 56.56vw;
  margin: 0 auto;
  padding: 2.8vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_left {
 width: 39.64vw;
}

.footer_right {
 width: 22vw;
 background: rgb(255 255 255 / 10%);
 border-left: 1px solid #fff;
 padding: 0 2.3vw;
}
.footer_right a{
  color: #Fff;
}
.footer_left_top {
 display: flex;
 align-items: center;
 margin-bottom: 2vw;
}

.footer_left_top_left img {
 width: 50px;
}

.footer_left_top_right {
 display: flex;
 flex-wrap: wrap;
}

.footer_left_top_right a {
 font-weight: 500;
 font-size: 16px;
 color: #FFFFFF;
 line-height: 0.9vw;
 margin: 10px 0;
 width: 25%;
 display: block;
}

.footer_left_top_right {
 margin-left: 3.33vw;
}

.footer_left_bottom {
 display: flex;
 align-items: center;
 /* justify-content: space-between; */
}

.footer_left_bottom_left p {
 font-size: 14px;
 color: #fff;
 margin-bottom: 0.78vw;
}

.footer_left_bottom_left p a {
 color: #fff;
}

.footer_left_bottom_left {
 margin-right: 1vw;
}

.footer_right li {
 margin: 1.6vw 0;
 font-size: 16px;
 color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer_posi {
 position: fixed;
 right: 1vw;
 top: 50%;
 transform: translateY(-50%);
 z-index: 111;
}

.footer_posi h2.goTop img {
 width: 1.6vw;
 margin-bottom: 0.26vw;
}

.footer_posi h2.goTop {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 font-weight: 500;
 font-size: 0.83vw;
 color: #0F449D;
 line-height: 0.98vw;
 text-align: center;
 cursor: pointer;
}
ul.posi_ul li a.posi_a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2a49c4;
}
/* ul.posi_ul li:hover {
  background: #2a69d3;
} */

ul.posi_ul {
  padding-top: 2vw;
  padding-bottom: 1vw;
  /* overflow: hidden; */
}

ul.posi_ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.2vw;
  height: 4.2vw;
  border-radius: 0.260vw;
  margin: 0.260vw;
  text-align: center;
  color: #2a49c4;
  font-size: 0.733vw;
  background: #fff;
  /* overflow: hidden; */
  box-shadow: 0px 0px 1.042vw #ddd;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.posi_ul li:hover {
  box-shadow: 0 0 10px rgb(42 73 196 / 60%);
}

ul.posi_ul li img {
 max-width: 2.14vw;
 margin-bottom: 0.2vw;
}

.modal {
  position: absolute;
  left: -9vw;
  padding: 1vw;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0;
  display: none;
}
.posi_li_phone .icon{
  margin-top: 0.2vw;
}
.modal_item span{
  margin-bottom: 0.52vw;
}
.modal::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1vw solid transparent;
  border-left: 1vw solid #fff;
  border-bottom: 1vw solid transparent;
  position: absolute;
  right: -1vw;
  top: 50%;
  transform: translateY(-50%);
}
.modal .modal_item {
  width: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
}

ul.posi_ul li .modal .modal_item img {
  width: 100%;
  display: block;
  max-width: initial;
}
/* @media only screen and (max-width: 1024px) {
/*.FriendLink,.footer,.footer_In{ width:1200px;}	*/

/* } */ 
.posi_left{
  display: none;
}
.posi_close{
  display: none;
}
.posi_ul li:hover .modal{
  display: block;
}
.posi_left img {
  width: 30px;
 }
 /* @keyframes scrollTipMove {
  0% {
  opacity: 0.1;
  transform: translate3d(7px, 0, 0);
  }
  50% {
  opacity: 1;
  transform: translate3d(-7px, 0, 0);
  }
  100% {
  opacity: 0.1;
  transform: translate3d(-14px, 0, 0);
  }
 } */
@media only screen and (max-width: 768px) {
  .footer_left_bottom_left p{
   margin-bottom: 2vw;
  }
  .footer_In {
   width: 100%;
   padding: 3vw;
   flex-direction: column;
   align-items: center;
   box-sizing: border-box;
  }
  
  .footer_left {
   width: 100%;
  }
  
  .footer_right {
   width: 100%;
   text-align: center;
   border: none;
   background: none;
  }
  
  .footer_left_top_right a {
   line-height: normal;
   font-size: 14px;
  }
  
  .footer_left_bottom {
   text-align: center;
   flex-direction: column;
  }
  ul.posi_ul li{
 width: 20vw;
 height: 20vw;
 font-size: 14px;
  }
  ul.posi_ul li img{
 max-width: 15vw;
  }
  .posi_left{
 display: block;
 position: absolute;
 right: 90px;
 top: 50%;
 transform: translateY(-50%);
  
  }
  .posi_close{
 display: block;
 text-align: center;
  }
  .footer_posi h2.goTop{
 font-size: 14px;
  }
  .footer_posi h2.goTop img{
 width: 20px;
  }
  .footer_posi{
 right: -90px;
 transition: all 0.3s linear;
  }
  .footer_posi.active{
 right: 10px;
  }
  .footer_posi.active .posi_left{
 display: none;
  }
  .modal{
 right: 85px;
 left: auto;
  }
  .modal .modal_item{
 width: 80px;
  }
}   